From 40c6180f8265775557dff71a39f272898907f849 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Thu, 23 Jun 2005 08:08:12 +0000 Subject: [PATCH] bitkeeper revision 1.1726.2.2 (42ba6dec5qH_zwE0b8JXa-7ZaJ825w) More user friendly panic line if dom0 kernel not specified to Xen. Signed-off-by: Anthony Liguori --- xen/arch/x86/setup.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c index bb0da8c42f..53690b8dbe 100644 --- a/xen/arch/x86/setup.c +++ b/xen/arch/x86/setup.c @@ -262,7 +262,8 @@ void __init __start_xen(multiboot_info_t *mbi) /* Check that we have at least one Multiboot module. */ if ( !(mbi->flags & MBI_MODULES) || (mbi->mods_count == 0) ) { - printk("FATAL ERROR: Require at least one Multiboot module.\n"); + printk("FATAL ERROR: dom0 kernel not specified." + " Check bootloader configuration.\n"); EARLY_FAIL(); } -- 2.30.2